home *** CD-ROM | disk | FTP | other *** search
- property spriteNum, pRandom
- global gCount, gPhotolist, gListOfSelections
-
- on mouseUp me
- vName = sprite(spriteNum).member.name
- vNum = gPhotolist.getPos(vName)
- if vNum = 0 then
- alert("gCount is zero")
- else
- gCount = vNum
- puppetTransition("thetrans")
- go("slideshow")
- end if
- end
-